﻿/*
 *  common - css
 */
.layout{
	width: 1200px;
	margin: 0 auto;
}
.clearFix:after{
	content: "";
	clear: both;
	display: block;
	zoom: 1;
}
p{
	margin: 0;
	padding: 0;
}
a,a:hover{
	text-decoration: none;
}


/*  index_banner  */
.indexBanner .swiper-wrapper .swiper-slide{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 480px;
}
.indexBanner .swiper-wrapper .bannerPics1{
	background-image: url("../cssimg/index_banner1.jpg");
}
.indexBanner .swiper-wrapper .bannerPics2{
	background-image: url("../cssimg/index_banner2.jpg");
}
.indexBanner .swiper-wrapper .bannerPics3{
	background-image: url("../cssimg/index_banner3.jpg");
}
.indexBanner .swiper-wrapper .swiper-slide .bannerBox{
	width: 1200px;
	margin: 0 auto;
}
.indexBanner .swiper-wrapper .swiper-slide .bannerBox img{
	float: right;
    padding-top: 13%;
}
.bgLoading{
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.38);
    min-height: 480px;
    padding-top: 240px;
    z-index: -1;

}
.bgLoading i{
	font-size: 40px;
    color: #fff;
    opacity: 0.7;
    animation: loadPics 3s infinite ease-in-out;
}
@keyframes loadPics{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-webkit-keyframes loadPics{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@-moz-keyframes loadPics{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}


.bgLoading p.texts{
	color: rgba(255, 255, 255, 0.4);
}


/*
 * seoSpecialty - 四小块介绍
 */
.seoSpecialty{
	width: 100%;
	background-color: #fff;
	min-height: 154px;
}
.specCards .cardItems{
	width: 22%;
	margin-right: 4%;
	padding-top: 32px;
	float: left;

	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
}
.specCards .cardItems:hover{
	padding-top: 22px;
}
.specCards .cardItems:last-child{
	margin-right: 0;
}
.specCards .cardItems .pics{
	width: 30%;
	float: left;
}
.specCards .cardItems .inforTxt{
	width: 70%;
	float: left;
}
.specCards .cardItems .pics img{
	padding-top: 15px;
}
.specCards .cardItems .inforTxt .titles{
	color: #1bbcef;
	font-size: 20px;
	padding-bottom: 5px;
}
.specCards .cardItems .inforTxt .texts{
	color: #666;
	font-size: 16px;
	width: 90%;
}




/*
 *seoSever - 一站式SEO优化服务
 */
.seoSever{
	background-color: #f5f9fc;
	padding: 100px 0;
}
.severTit{
	text-align: center;
	margin-bottom: 60px;
}
.severTit p{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding-bottom: 24px;
	display: inline-block;
	position: relative;
}
.severTit p:after{
    content: url(../img/home/ver2/idx.png);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}
.seoSever .serCards .cardItems{
	width: 33.3%;
	min-height: 203px;
	float: left;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: none;
	border-right: none;
	padding: 20px;
	background-color: #fff;

	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
}
.seoSever .serCards .cardItems:nth-child(3),.seoSever .serCards .cardItems:nth-child(6),.seoSever .serCards .cardItems:nth-child(8){
	border-right: 1px solid #eee;
}
.seoSever .serCards .cardItems:nth-child(7),.seoSever .serCards .cardItems:nth-child(8){
	border-bottom: 1px solid #eee;
}
.seoSever .serCards .cardItems:hover{
	background-color: #0186fe;
	background-image: url("../cssimg/seleted_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.seoSever .serCards .cardItems.adv{
	width: 66.6%;
	overflow: hidden;
	padding: 0;
}
.seoSever .serCards .cardItems.adv img{
	width: 100%;
	max-height: 201px;
}
.seoSever .serCards .cardItems .pics{
	width: 25%;
	float: left;
}
.seoSever .serCards .cardItems .pics img{
	width: 100%;
}
.seoSever .serCards .cardItems .contents{
	width: 75%;
	float: left;
}
.seoSever .serCards .cardItems .contents .titles{
	font-size: 24px;
	color: #333;
	padding-bottom: 15px;
}
.seoSever .serCards .cardItems .contents .texts{
	color: #999;
	font-size: 16px;
	line-height: 28px;
}
.seoSever .serCards .cardItems:hover .titles,.seoSever .serCards .cardItems:hover .contents .texts{
	color: #fff;
}



/* indexCards */
/* 选择我们让SEO优化变得更简单 */
.indexCards{
	padding: 60px 0;
}
.indexCards.easy,.indexCards.receive{
	background-color: #fff;
}
.indexCards.give,.indexCards.going{
	background-color: #f5f9fc;
}
.indexCards .headTit{
	padding-bottom: 80px;
}
.headTit .titles{
	text-align: center;
	color: #333;
	padding-bottom: 24px;
	font-size: 30px;
	font-weight: bold;
}
.headTit .texts{
	color: #666;
	font-size: 18px;
	text-align: center;
}
.indexCards .consWrap .wrapMes{
	width: 55%;
	float: left;
	padding-top: 50px;
	position: relative;
	z-index: 50;
}
.indexCards .consWrap .wrapPics{
	padding-bottom: 24px;
}
.indexCards .consWrap .wrapPics{
	width: 45%;
	float: left;
	text-align: center;
}
.wrapMes .mesHead .numbers img{
	width: auto;
}
.wrapMes .mesHead .numbers,.wrapMes .mesHead .Numtits{
	display: inline-block;
}
.wrapMes .mesHead .numbers{
	vertical-align: top;
    padding-top: 10px;
}
.wrapMes .mesHead .Numtits{
	padding-left: 12px;
}
.wrapMes .mesHead .Numtits .titles{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
}
.wrapMes .mesHead .Numtits .texts{
	font-size: 18px;
	color: #999;
}
.mesOl{
	margin-left: 9rem;
}
.indexCards.easy .mesOl{
	margin-top: 24px;
}
.mesOl li{
	list-style-type: none;
	padding-bottom: 15px;
}
.indexCards.easy .mesOl li{
	float: left;
	width: 50%;
}
.mesOl li i.icons{
	display: inline-block;
	width: 17px;
	height: 14px;
}
.indexCards.going .mesOl li i.icons{
	width: 16px;
	height: 17px;
}
.indexCards.easy .mesOl li i.icons{
	background-image: url(../cssimg/cek_blue.png);
}
.indexCards.give .mesOl li i.icons{
	background-image: url(../cssimg/cek_orange.png);
}
.indexCards.receive .mesOl li i.icons{
	background-image: url(../cssimg/cek_green.png);
}
.indexCards.going .mesOl li i.icons.label1{
	background-image: url(../cssimg/label1.png);
}
.indexCards.going .mesOl li i.icons.label2{
	background-image: url(../cssimg/label2.png);
}
.indexCards.going .mesOl li i.icons.label3{
	background-image: url(../cssimg/label3.png);
}
.indexCards.going .mesOl li i.icons.label4{
	background-image: url(../cssimg/label4.png);
}
.indexCards.complete .mesOl li i.icons{
	background-image: url(../cssimg/cek_yellow.png);
}
.mesOl li span.texts{
	padding-left: 7px;
	font-size: 18px;
	color: #999;
	line-height: 28px;
}
/* 图片动画 */
.animaPics{
	position: relative;
	top: 0;
	animation: picsmove 3s infinite ease-in-out;
	-webkit-animation: picsmove 3s infinite ease-in-out;
	-moz-animation: picsmove 3s infinite ease-in-out;
	-ms-animation: picsmove 3s infinite ease-in-out;
}
@keyframes picsmove{
	0%{top: 0px;opacity: 1;}
	70%{top: 30px;opacity: 0.7;}
	100%{top: 0px;opacity: 1;}
}
@-webkit-keyframes picsmove{
	0%{top: 0px;opacity: 1;}
	70%{top: 30px;opacity: 0.7;}
	100%{top: 0px;opacity: 1;}
}
@-moz-keyframes picsmove{
	0%{top: 0px;opacity: 1;}
	70%{top: 30px;opacity: 0.7;}
	100%{top: 0px;opacity: 1;}
}

.animaPics2{
	position: relative;
	left: 0;
	z-index: 0;
	animation: picsmovess 10s infinite;
	-webkit-animation: picsmovess 10s infinite;
	-moz-animation: picsmovess 10s infinite;
	-ms-animation: picsmovess 10s infinite;
}
@keyframes picsmovess{
	0%{left: 0;}
	25%{left: 20%;opacity:0.7;}
	50%{left: 0%;opacity:1;}
	75%{left: -20%;opacity:0.7;}
	100%{left: : 0%;opacity: 1;}
}
@-webkit-keyframes picsmovess{
	0%{left: 0;}
	25%{left: 20%;opacity:0.7;}
	50%{left: 0%;opacity:1;}
	75%{left: -20%;opacity:0.7;}
	100%{left: : 0%;opacity: 1;}
}
@-moz-keyframes picsmovess{
	0%{left: 0;}
	25%{left: 20%;opacity:0.7;}
	50%{left: 0%;opacity:1;}
	75%{left: -20%;opacity:0.7;}
	100%{left: : 0%;opacity: 1;}
}

/* 产品精心设计，简单易用 */
.design{
	width: 100%;
	min-height: 908px;
	background-image: url("../cssimg/product_bg.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
	min-width: 1200px;
	padding-top: 174px;
}
.design .headTit{
	padding-bottom: 38px;
}
.design .desCards{
	background-image: url("../cssimg/product.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 545px;
	width: 1172px;
	margin: 0 auto;
	position: relative;
}
.desCards .desTexts{
	position: absolute;
	right: 60px;
    bottom: 138px;
}
.desCards .desTexts li{
	color: #337ab7;
	font-size: 18px;
	padding-bottom: 15px;
	position: relative;
	list-style-type: none;
	padding-left: 10px;
}
.desCards .desTexts li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background-color: #337ab7;
}



/* case - 客户的信赖是我们前进的动力 */
.case{
	background-image: url("../cssimg/case_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 774px;
	width: 100%;
}
.case .severTit{
	padding: 60px 0 22px 0;
	margin: 0;
}
.case .severTit p{
	color: #fff;
}
.case .olCase{
	margin: 0;
}
.case .olCase li{
	width: 30%;
	margin: 38px 5% 0 0;
	min-height: 249px;
	background-color: #ddd;
	border-radius: 5px;
	float: left;
	height: 265px;
    overflow: hidden;
}
.case .olCase li:nth-child(3),.case .olCase li:last-child{
	margin-right: 0;
}
.case .olCase li img{
	width: 100%;
}

/*
 * 资讯
 */
.new{
	padding: 60px 0;
	background-color: #fff;
}
.newCards .cardItems{
	margin-right: 4%;
	width: 22%;
	float: left;
}
.newCards .cardItems:last-child{
	margin-right: 0;
}
.newCards .cardItems .itemHeads{
	border-left: 12px solid #1bbcef;
	line-height: 26px;
	padding-left: 8px;
}
.newCards .cardItems .itemHeads span{
	display: inline-block;
}
.newCards .cardItems .itemHeads span.tit{
	color: #333;
	font-size: 20px;
	float: left;
}
.newCards .cardItems .itemHeads span.more{
	color: #1bbcef;
	font-size: 14px;
	float: right;
}
.newCards .cardItems .itemPics{
	padding: 20px 0;
}
.newCards .cardItems .itemPics img{
	width: 100%;
}
.newCards .cardItems .itemUlLists a{
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newCards .cardItems .itemUlLists li{
	border-bottom: 1px dashed #ddd;
	padding-left: 15px;
	position: relative;
	list-style-type: none;
	line-height: 36px;
}
.newCards .cardItems .itemUlLists li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: #1bbcef;
}
.newCards .cardItems .itemUlLists a:last-child li{
	border-bottom: none;
}
.newCards .cardItems .itemUlLists li span{
	color: #666;
	font-size: 14px;
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.newCards .cardItems .itemUlLists li span:hover{
	text-shadow: 0 0 3px #999;
	color: #333;
}

/*
 *  准备上百度 - baidu
 */
.baidu{
	background-image: url("../cssimg/bottom_banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 154px;
	width: 100%;
}
.baidu .layout{
	width: 900px;
}
.baidu .content .titles{
	line-height: 154px;
	color: #fff;
	font-size: 28px;
	display: inline-block;
}
.baidu .content a{
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	background-color: transparent;
	margin-left: 80px;
	text-align: center;
	line-height: 58px;
	min-width: 182px;
	font-size: 24px;

	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.baidu .content a:hover{
	background-color: #fff;
	box-shadow: 0 0 25px #fff;
	color: #3daeff;
}



/* footer */
.footer .returnTop{
	display: block;
	cursor: pointer;
}
















/*
 * 版本 - 1  ---------------------------------------------------------------------------------------------
 */

/* 云智能 */
.capacity{
	width: 100%;
	min-width: 1200px;
}
.capacity_layout{
	width: 1200px;
	min-height: 641px;
	background: url(../cssimg/cloud_intelligence.png) center no-repeat;
	margin: 0 auto;
}
.capacity_layout .partContent{
	float: right;
	width: 340px;
	height: 230px;
	margin-top: 292px;
}
.capacity_layout .partContent .conHeader{
	padding-bottom: 26px;
}
.capacity_layout .partContent .conHeader .words{
	display: block;
	text-align: center;
	font-size: 34px;
	color: #ffb724;
}
.capacity_layout .partContent .conContnt .words{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-indent: 2em;
}

/*  免费、简单、安全  */
.trait{
	width: 100%;
	min-width: 1200px;
	margin-top: 100px;
	background-color: #f9f9f9;
}
.trait_layout{
	width: 1200px;
	background: url(../cssimg/application.png) center no-repeat;
	min-height: 600px;
	margin: 0 auto;
}
.trait_layout .partContent{
	float: left;
	width: 520px;
	height: 230px;
	margin-top: 195px;
    margin-left: 95px;
}
.trait_layout .partContent .conHeader{
	padding-bottom: 26px;
}
.trait_layout .partContent .conHeader .words{
	display: block;
	text-align: left;
	font-size: 34px;
	color: #13c3ff;
}
.trait_layout .partContent .conContnt .words{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

/*  行业最强  */
.most{
	width: 100%;
	min-width: 1200px;
}
.most_layout{
	width: 1200px;
	margin: 0 auto;
}
.most_layout .partHeader{
	padding-bottom: 60px;
	padding-top: 70px;
}
.most_layout .partHeader span{
	display: block;
}
.most_layout .partHeader .title{
	font-size: 34px;
	color: #ac6fea;
	text-align: center;
	padding-bottom: 36px;
}
.most_layout .partHeader .words{
	text-indent: 2em;
	text-align: left;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}
.most_layout .partIoncs{
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.most_layout .partIoncs .iconItems{
	width: 198px;
	height: 167px;
	float: left;
	text-align: center;
    padding-bottom: 50px;
}
.most_layout .partIoncs .iconItems img{
	width: 133px;
	transition: 0.7s;
}
.most_layout .partIoncs .iconItems img:hover{
	width: 150px;
}




/*
noob
 */
.noob{
	width: 100%;
	min-width: 1200px;
	padding: 120px 0;
}
.noob_layout{
	width: 1200px;
	min-height: 346px;
	background: url(../cssimg/ring.png) center no-repeat;
	margin: 0 auto;
}
.noob_layout .partTitle .words{
	font-size: 34px;
	color: #333;
	text-align: center;
	display: block;
}
.noob_layout .partContent{
	width: 75%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 70px;
}
.noob_layout .partContent .contentItems{
	width: 46%;
	margin-right: 60px;
	border-top: 3px solid #333;
	padding: 40px 0px 90px 0;
	float: left;
	position: relative;
	border-left: 1px solid rgba(136, 136, 136, 0.16);
	border-right: 1px solid rgba(136, 136, 136, 0.16);
	border-bottom: 1px solid rgba(136, 136, 136, 0.16);
	background-color: #f9f9f9;
}
.noob_layout .partContent .contentItems:last-child{
	margin-right: 0;
}
.noob_layout .partContent .contentItems .itemsCon{
	list-style-type: decimal;
	padding-left: 20px;
	margin: 0 auto;
    width: 70%;
}
.noob_layout .partContent .contentItems .itemsCon a:hover{
	text-decoration: underline;
}
.noob_layout .partContent .contentItems .itemsCon a li{
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.noob_layout .partContent .contentItems .itemsCon .moreButton{
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    padding: 0px 3px;
    position: absolute;
    left: 65px;
    bottom: 50px;
    cursor: pointer;
}

/*
#indexBannerCon{
	animation:myindexBannerCon 1s infinite;
	animation-iteration-count:1;
}
@keyframes myindexBannerCon{
	0%{opacity: 0.1;width: 520px;}
	100%{opacity: 1;width: 342px;}
}
 */
.capacity_layout.hoverFefined{
	animation: animaCapacity 1s infinite;
	animation-iteration-count: 1;
}
@keyframes animaCapacity{
	0%{opacity: 0.1;width: 0px;}
	100%{opacity: 1;width: 1200px;}
}

.trait .partContent.hoverFefined{
	animation: animaPartContent 1s infinite;
	animation-iteration-count: 1;
}
@keyframes animaPartContent{
	0%{opacity: 0;margin-top: 0px;}
	10%{opacity: 0.5;margin-top: 97.5px;}
	100%{opacity: 1;margin-top: 195px;}
}

.design.hoverFefined{
	animation: animaDesign_layout 1s infinite;
	animation-iteration-count: 1;
}
@keyframes animaDesign_layout{
	0%{opacity: 0;width: 0%}
	10%{opacity: 0.5;width: 20%;}
	100%{opacity: 1;width: 100%;}
}


/*
 * change swiper
 */
.swiper-pagination-bullet{
    width: 60px;
    height: 8px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}



/*  ？  */
.design_layout{
	width: 1200px;
	min-height: 544px;
	background: url(../cssimg/backstage.png) center no-repeat;
	margin: 0 auto;
}
.design_layout .partContent{
	float: right;
	width: 330px;
	height: 230px;
	margin-top: 195px;
}
.design_layout .partContent .conHeader{
	padding-bottom: 26px;
}
.design_layout .partContent .conHeader .words{
	display: block;
	text-align: left;
	font-size: 30px;
	color: #32cda2;
}
.design_layout .partContent .conContnt .words{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}